x86/IRQ: move and rename __do_IRQ_guest()
authorJan Beulich <jbeulich@suse.com>
Fri, 27 Dec 2019 08:52:41 +0000 (09:52 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 27 Dec 2019 08:52:41 +0000 (09:52 +0100)
commit189da94865ded011442705e8d7b97f97fd8c359b
treed413116bc356c88284c7c52eda0b5e1a115020b8
parent160e7544d6cb076418e6a66025879fea23eeb0ac
x86/IRQ: move and rename __do_IRQ_guest()

This is for it to be next to do_IRQ(). Beyond the actual code movement
this
- drops the leading underscores,
- passes in desc and vector, rather than irq,
- flips the order of two ASSERT()s,
- changes i and sp to unsigned int,
- restricts the scope of d and sp,
- corrects style.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/irq.c